home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / Spanish.lproj / SavePanel.strings < prev    next >
Encoding:
Text (UTF-16)  |  1996-08-26  |  2.1 KB  |  41 lines

  1. /* ALERT */
  2. /* Title */
  3. "Nonexistent path" = "Vía de acceso no existente";
  4. /* Message */
  5. "The path %@ does not exist, create it?" = "La vía de acceso %@ no existe. ¿Desea crearla?";
  6. /* Default Button */
  7. "Create" = "Crear";
  8. /* Alternate Button */
  9. "Cancel" = "Cancelar";
  10.  
  11. /* ALERT */
  12. /* Message */
  13. "Couldn't create path." = "No se ha podido crear la vía de acceso.";
  14.  
  15. /* ALERT */
  16. /* Title */
  17. "Unknown User Name" = "Nombre de usuario desconocido";
  18. /* Message */
  19. "No such user" = "No existe ese usuario";
  20.  
  21. /* ALERT */
  22. /* Title */
  23. "Bad path" = "Via de acceso incorrecta";
  24. /* Message */
  25. "%@ is not a directory!" = "%@ no es un directorio.";
  26.  
  27. /* Title of the SavePanel. */
  28. "Save" = "Grabar";
  29.  
  30. /* The first argument is the filename, the second argument is the directory. */
  31. "The file %1$@ in %2$@ exists. Replace it?" = "El fichero %1$@ existe en %2$@. ¿Desea sustituirlo?";
  32.  
  33. /* Button user chooses to overwrite an existing file. */
  34. "Replace" = "Sustituir";
  35.  
  36. /* Prompt of the SavePanel. */
  37. "Name:" = "Nombre:";
  38.  
  39. /* The title of the OpenPanel. */
  40. "Open" = "Abrir";
  41.